[INFO] cloning repository https://github.com/HaoZeke/snapper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HaoZeke/snapper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaoZeke%2Fsnapper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaoZeke%2Fsnapper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f6ace40dbdd73466ad659ed740d7a910f41af53
[INFO] checking HaoZeke/snapper against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaoZeke%2Fsnapper" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HaoZeke/snapper
[INFO] finished tweaking git repo https://github.com/HaoZeke/snapper
[INFO] tweaked toml for git repo https://github.com/HaoZeke/snapper written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HaoZeke/snapper on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HaoZeke/snapper already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68
[INFO] running `Command { std: "docker" "start" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling proc-quote-impl v0.3.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking tar v0.4.45
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling kstring v1.0.6
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling proc-quote v0.4.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mapr v0.8.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking notify-types v1.0.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking directories v3.0.2
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking imara-diff v0.2.0
[INFO] [stderr]     Checking clap-markdown v0.1.5
[INFO] [stderr]     Checking pandoc_ast v0.8.6
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling liquid-derive v0.23.1
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking ec4rs v1.2.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]     Checking minreq v2.14.1
[INFO] [stderr]    Compiling liquid-core v0.23.2
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]     Checking tract-data v0.15.8
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling liquid-lib v0.23.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling tract-onnx v0.15.8
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]    Compiling liquid v0.23.1
[INFO] [stderr]    Compiling tract-linalg v0.15.8
[INFO] [stderr]     Checking tract-core v0.15.8
[INFO] [stderr]     Checking tower-lsp v0.20.0
[INFO] [stderr]     Checking tract-nnef v0.15.8
[INFO] [stderr]     Checking tract-hir v0.15.8
[INFO] [stderr]     Checking tract-onnx-opl v0.15.8
[INFO] [stderr]     Checking nnsplit v0.5.9
[INFO] [stderr]     Checking snapper-fmt v0.7.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68", kill_on_drop: false }`
[INFO] [stdout] 4b243ec1e3e35a4efd54908c1126dc26f704eddecd0c6e5da08147f2fc400b68
